projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4689d
)
(make-help-screen): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 13:51:41 +0000
(13:51 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 13:51:41 +0000
(13:51 +0000)
lisp/help-macro.el
patch
|
blob
|
history
diff --git
a/lisp/help-macro.el
b/lisp/help-macro.el
index cc78bd71210b01513d64ba2925d19a20207dff76..66a249795d7f49bb8dc4037ec39b29154844c494 100644
(file)
--- a/
lisp/help-macro.el
+++ b/
lisp/help-macro.el
@@
-152,7
+152,7
@@
and then returns."
(progn
(if (eq (car-safe char) 'switch-frame)
(handle-switch-frame char))
- (if (memq char '(?\C-v ?\
))
+ (if (memq char '(?\C-v ?\
s
))
(scroll-up))
(if (or (memq char '(?\177 ?\M-v
delete backspace))